home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / error / error.h
C/C++ Source or Header  |  1996-07-17  |  377b  |  13 lines

  1. #ifndef _error_H_
  2. #define _error_H_
  3.  
  4. /*  The generic error function must be defined with every program.
  5.     It is only declared here for translation/declaration purposes
  6. */                                       
  7.  
  8. void        error(char *fmt, ...);        /* generic error function:
  9.                                                print message and die 
  10.                         */
  11.  
  12. #endif  _error_H_
  13.